home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089src.lha / Mutt-0.89i-AMIGA / src / copyright.h < prev    next >
Text File  |  1998-01-28  |  828b  |  17 lines

  1. char Copyright[] = "\
  2. Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n\
  3. \n\
  4.     This program is free software; you can redistribute it and/or modify\n\
  5.     it under the terms of the GNU General Public License as published by\n\
  6.     the Free Software Foundation; either version 2 of the License, or\n\
  7.     (at your option) any later version.\n\
  8. \n\
  9.     This program is distributed in the hope that it will be useful,\n\
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
  12.     GNU General Public License for more details.\n\
  13. \n\
  14.     You should have received a copy of the GNU General Public License\n\
  15.     along with this program; if not, write to the Free Software\n\
  16.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n";
  17.